fix: DataFusion benchmark panicked: failed to cast '2013-07-01' to UInt16#21498
fix: DataFusion benchmark panicked: failed to cast '2013-07-01' to UInt16#21498alamb merged 1 commit intoapache:mainfrom
Conversation
|
A problem was exposed during the benchmark tests in #21236, as follows: I've attempted to make an adjustment, though I'm not entirely sure if it's correct. If you have a moment, could you please take a look? Thanks! @xudong963 @neilconway |
|
@alamb I'm not sure if the |
|
Thank you @xiedeyantu We can test this locally by running cargo bench --profile=dev --bench sql_planner -- physical_plan_clickbench_q37Which locally for me fails like this: |
|
run benchmark sql_planner |
|
I also verified the queyr passes locally for me |
Thank you for performing the local verification. |
|
🤖 Criterion benchmark running (GKE) | trigger CPU Details (lscpu)Comparing benchmark (62eb3b8) to e1ad871 (merge-base) diff File an issue against this benchmark runner |
|
Benchmark for this request failed. Last 20 lines of output: Click to expandFile an issue against this benchmark runner |
|
(I think the remote benchmark fails when run on main -- so I will merge this one in) |
Which issue does this PR close?
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?